home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TDEFINESTAT / TDEFINESTAT.txt
Text File  |  1996-08-04  |  3KB  |  155 lines

  1. object DefineStat: TDefineStat
  2.   Left = 197
  3.   Top = 104
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Define Status'
  7.   ClientHeight = 376
  8.   ClientWidth = 341
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object Label3: TLabel
  27.     Left = 40
  28.     Top = 16
  29.     Width = 258
  30.     Height = 13
  31.     Caption = 'Enter the definition of the status bar and status window'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label4: TLabel
  39.     Left = 55
  40.     Top = 30
  41.     Width = 87
  42.     Height = 13
  43.     Caption = 'in the fields below.'
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object ComText: TLabel
  51.     Left = 12
  52.     Top = 74
  53.     Width = 56
  54.     Height = 13
  55.     Caption = 'Status Line:'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Label1: TLabel
  63.     Left = 12
  64.     Top = 122
  65.     Width = 75
  66.     Height = 13
  67.     Caption = 'Status Window:'
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object OKBtn: TBitBtn
  75.     Left = 88
  76.     Top = 340
  77.     Width = 77
  78.     Height = 27
  79.     Caption = 'OK'
  80.     Default = True
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ModalResult = 1
  86.     ParentFont = False
  87.     TabOrder = 0
  88.     OnClick = OKBtnClick
  89.     Margin = 2
  90.     NumGlyphs = 2
  91.     Spacing = -1
  92.     IsControl = True
  93.   end
  94.   object CancelBtn: TBitBtn
  95.     Left = 172
  96.     Top = 340
  97.     Width = 77
  98.     Height = 27
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ModalResult = 2
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     Margin = 2
  109.     NumGlyphs = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113.   object HelpBtn: TBitBtn
  114.     Left = 256
  115.     Top = 340
  116.     Width = 77
  117.     Height = 27
  118.     Caption = '&Help'
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 2
  125.     Margin = 2
  126.     NumGlyphs = 2
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130.   object StatLine: TEdit
  131.     Left = 12
  132.     Top = 88
  133.     Width = 320
  134.     Height = 21
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 3
  141.   end
  142.   object StatWin: TMemo
  143.     Left = 12
  144.     Top = 136
  145.     Width = 320
  146.     Height = 193
  147.     Font.Color = clBlack
  148.     Font.Height = -11
  149.     Font.Name = 'MS Sans Serif'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     TabOrder = 4
  153.   end
  154. end
  155.